"java语言"所涉及到的英语单词有多少?都是哪些?

来源:百度知道 编辑:UC知道 时间:2024/06/15 02:20:40
"java语言"所涉及到的英语单词有多少?都是哪些?

abstract double int strictfp**
boolean else interface super
break extends long switch
byte final native synchronized
case finally new this
catch float package throw
char for private throws
class goto* protected transient
const* if public try
continue implements return void
default import short volatile
do instanceof static while
* 尚未使用的关键字
** 为Java 2增加的关键字

this指针

this指针是一个隐含于每一个成员函数中的特殊指针。它是一个指向正在被该成员函数操作的对象,也就是要操作该成员函数的对象。

你是要问JAVA的关键字吗?java的关键字有这些:
abstract
assert
boolean
break
byte
case
catch
char
class
const
continue
default
do
double
else
extends
final
finally
float
for
goto
if
implements
import
instanceof
int
interface
long
Native
new
null
pac